DataCollection | ComponentOne
C1.DataCollection.SignalR.Server Assembly / C1.DataCollection.SignalR.Server Namespace / C1DataCollectionHub<T> Class / LoadMoreItemsAsync Method
The token that determines whether the calling collection is syncrhonized.
The desired number of items to be added.

In This Topic
    LoadMoreItemsAsync Method (C1DataCollectionHub<T>)
    In This Topic
    Load more items into the collection.
    Syntax
    'Declaration
     
    Public Function LoadMoreItemsAsync( _
       ByVal eTag As Guid, _
       ByVal count As Nullable(Of Integer) _
    ) As Task(Of Boolean)
    public Task<bool> LoadMoreItemsAsync( 
       Guid eTag,
       Nullable<int> count
    )

    Parameters

    eTag
    The token that determines whether the calling collection is syncrhonized.
    count
    The desired number of items to be added.
    See Also